GrapeCity InputMan for Windows Forms 11.0J
OnInsert メソッド (Validator.ValidateItemCollection<T>)

項目を挿入する位置となる0から始まるインデックスを表すInt32値。
挿入する項目を表すObjectdオブジェクト。
インスタンスに新しい要素を挿入する前に、追加処理を実行します。
シンタックス
Protected Overrides Sub OnInsert( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
protected override void OnInsert( 
   int index,
   object value
)

パラメータ

index
項目を挿入する位置となる0から始まるインデックスを表すInt32値。
value
挿入する項目を表すObjectdオブジェクト。
参照

参照

Validator.ValidateItemCollection<T> クラス
Validator.ValidateItemCollection<T> メンバ

 

 


© 2004 GrapeCity inc. All rights reserved.